You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Math387 Class > Math387 Methods > Math387.Fact Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Math387.Fact Method

Factorial N!.

Syntax
C#
Visual Basic
public static double Fact([In] int N);

the factorial (=n!) of n.

First 50 numbers are precomputed. Although the argument is integer, the result is real. The result can exceed integer range. If you exceed the TSample range the function returns Inf.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!